From 863252b6547eb7730ea652784031df1a038e43c5 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sat, 14 Feb 2004 02:11:47 +0000 Subject: [PATCH] Don't set a default size for the dialog - Federico --- tests/testfilechooser.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/testfilechooser.c b/tests/testfilechooser.c index 2785fb85e4..8b96c3fad4 100644 --- a/tests/testfilechooser.c +++ b/tests/testfilechooser.c @@ -380,8 +380,6 @@ main (int argc, char **argv) "file:///usr/share/pixmaps", NULL); - /* Done with the dialog */ - gtk_window_set_default_size (GTK_WINDOW (dialog), 600, 400); /* show_all() to reveal bugs in composite widget handling */ gtk_widget_show_all (dialog); -- 2.30.2